From: Joey Hess Date: Tue, 4 Mar 2025 16:43:50 +0000 (-0400) Subject: better wording X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~119^2~12 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4b6fabae65f48a198bb6fa32b846ef9c3df7363d;p=git-annex.git better wording Avoids this contradiction: (Auto enabling special remote foo...) Not enabling compute special remote c2 because [..] --- diff --git a/Remote/Compute.hs b/Remote/Compute.hs index 8cc23a6f44..e4051bc877 100644 --- a/Remote/Compute.hs +++ b/Remote/Compute.hs @@ -131,7 +131,7 @@ setupInstance ss mu _ c _ = do _ -> unless (program `elem` allowedprograms) $ do let remotename = fromMaybe "(unknown)" (lookupName c) giveup $ unwords - [ "Not enabling compute special remote" + [ "Unable to enable compute special remote" , remotename , "because its compute program" , program